home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / YESNO.ACL < prev   
Encoding:
Text File  |  1993-09-29  |  310 b   |  18 lines

  1. Sample Yesno Directive
  2.  
  3. First statement.
  4. First question?
  5.     (Yes)    Statement on yes branch.
  6.     (No)    Statement on no branch.
  7. ?end
  8.  
  9. {*YESNO True False}
  10. Second question?
  11.     (Yes)     Statement on yes branch.
  12.     (No)    Statement on no branch.
  13. ?end
  14. Third question?
  15.     Statement on yes branch.
  16. ?end
  17. Last Statement.
  18.